Welcome![Sign In][Sign Up]
Location:
Search - pso technique

Search list

[Special Effectsgpso

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhar博士和kennedy博士发明。源于对鸟群捕食的行为研究 ,PSO同遗传算法类似,是一种基于叠代的优化工具。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), and has Eberhar Dr. Dr. kennedy invention. Stems from the behavior of predatory birds, PSO with genetic algorithm is similar to an iterative optimization-based tools.
Platform: | Size: 2048 | Author: 叶开 | Hits:

[matlabPSO-evolutionarycomputation

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications
Platform: | Size: 22528 | Author: zzh | Hits:

[Multimedia DevelopPSO

Description: Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.) This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
Platform: | Size: 1024 | Author: BBB | Hits:

[AI-NN-PRpso-ppt-sample

Description: 微粒群优化算法 (PSO) 是一种进化计算技术 , 由Eberhart博士和kennedy博士于1995年提出。微粒群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique, by Dr. Eberhart and Dr. kennedy made in 1995. Particle Swarm Optimization Algorithm The basic idea of the individual through group collaboration and information sharing between to find the optimal solution.
Platform: | Size: 1087488 | Author: Kevin | Hits:

[matlabpso

Description: 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iterative optimization tools. This document provides basic particle swarm algorithm, with a compression factor of the particle swarm algorithm, particle swarm optimization order, second order oscillating particle swarm algorithm, the weight particle swarm algorithm, chaotic particle swarm algorithm, based on hybrid particle swarm algorithm, based on Simulated annealing particle swarm optimization MATLAB source code.
Platform: | Size: 16384 | Author: 熊杰 | Hits:

[matlabpso

Description: The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient method are utilized to find out the optimal solution of non-linear problem. More recently, the soft computing techniques have received more attention and were used in a number of successful and practical applications. The purpose of this work is to find out the advantages of application of the evolutionary computing technique and Particle Swarm Optimization (PSO) in particular to the economic load dispatch problem. Here, an attempt has been made to find out the minimum cost by using PSO using the data of three and six generating units
Platform: | Size: 542720 | Author: amijeet | Hits:

[matlabpso1

Description: pso technique used for optimisation concepts in all master degree programmes
Platform: | Size: 1024 | Author: K.PRABHAKARAN | Hits:

[AI-NN-PRv27-83

Description: Recently, genetic algorithms (GA) and particle swarm optimization (PSO) technique have attracted considerable attention among various modern heuristic optimization techniques. Since the two approaches are supposed to find a solution to a given objective function but employ different strategies and computational effort, it is appropriate to compare their performance. This paper presents the application and performance comparison of PSO and GA optimization techniques, for Thyristor Controlled Series Compensator (TCSC)-based controller design.
Platform: | Size: 453632 | Author: payal | Hits:

[matlabPSO

Description: 粒子群优化算法(PSO)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。粒子群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。 -Particle swarm optimization algorithm (PSO) is a population based stochastic optimization technique, put forward by Eberhart and Kennedy in 1995. Particle swarm optimization (pso) algorithm on insects, herds, flocks and schools of fish swarm behavior, and these groups to find food in a cooperative way, each member of the group itself by learning experience and the experience of the other members to continuously change its search pattern.
Platform: | Size: 1024 | Author: ycg | Hits:

[matlabPSO

Description: It is matlab code for optimizing the function.Hear we use particle swarm optimization technique for optimization.
Platform: | Size: 1024 | Author: JERRIN XAVIER | Hits:

[Otherpso

Description: 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。-PSO is an evolutionary optimization technique, derived the behavior of the birds of prey, is based on iterative optimization tools.
Platform: | Size: 11264 | Author: 陈俊婷 | Hits:

[Graph Recognizepso

Description: PSO is an optimization technique used to find global optimum for complex problems. Roughly stated, it s in the same category as Genetic algorithms or Simmilated annealing.-PSO is an optimization technique used to find global optimum for complex problems. Roughly stated, it s in the same category as Genetic algorithms or Simmilated annealing.
Platform: | Size: 12288 | Author: redcap123 | Hits:

[Software Engineeringpso---peyman

Description: Particle swarm optimization, a swarm intelligence optimization technique
Platform: | Size: 2048 | Author: peyman | Hits:

[matlabOptimization-algorithm-of-PSO

Description: 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。 -Particle swarm optimization (PSO) is a kind of stochastic optimization technique based on population. Compared with other evolutionary algorithms based on the group, they are initialized to a set of random solutions. The difference is: follow the principle of survival of the fittest evolutionary computation, and PSO simulation of society. Each of the possible solutions is expressed as a particle in the swarm, each particle has its own position vector and velocity vector, and the fitness of a target is determined by the target function. All particles in the search space to a certain speed, by following the current search to find the optimal value to find the global optimal value.
Platform: | Size: 3072 | Author: Wang | Hits:

[Industry researchpso-based-pats-papr-ofdm

Description: A Suboptimal PTS Algorithm Based on Particle Swarm Optimization Technique for PAPR Reduction in OFDM Systems
Platform: | Size: 1272832 | Author: sof | Hits:

[Otherpsort-in-matlab

Description: The following Matlab project contains the source code and Matlab examples used for neural network add in for psort. This add-in to the PSO Research toolbox (Evers 2009) aims to allow an artificial neural network (ANN or simply NN) to be trained using the Particle Swarm Optimization (PSO) technique (Kennedy, Eberhart et al. The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Platform: | Size: 360448 | Author: sina | Hits:

[matlabfinalrobustbackwardforward

Description: requirement of PSO technique program for optimal sizing of distributed generation
Platform: | Size: 1024 | Author: Sharma | Hits:

[matlabPSO算法程序

Description: 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, PSO has no selection, selection (crossover), mutation (Mutation) and other operations in the genetic algorithm, but through the particles in the solution space to follow the optimal particle search.)
Platform: | Size: 10240 | Author: lazyxiaoming | Hits:

[matlabpso-40 generator

Description: A Modified Particle Swarm Optimization Technique for Economic Load Dispatch with Valve-Point Effect
Platform: | Size: 419840 | Author: aliabadi | Hits:

[Othertunning PID by BG-PSO

Description: Tuning PID using new PSO technique
Platform: | Size: 20480 | Author: fancymask | Hits:
« 12 »

CodeBus www.codebus.net